Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework expressions to return null instead of throwing exception on failure #556

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

stloyd
Copy link
Member

@stloyd stloyd commented Oct 9, 2023

Change Log

Added

Fixed

Changed

  • Rework expressions to return `null` instead of throwing exception on failure

Removed

Deprecated

Security


Description

Fixes #555

@stloyd stloyd added the Developer Experience Resolving this issue should improve development experience for the library users. label Oct 9, 2023
@norberttech norberttech merged commit 5b91e73 into flow-php:1.x Oct 9, 2023
16 checks passed
@stloyd stloyd deleted the issue/555 branch October 9, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Developer Experience Resolving this issue should improve development experience for the library users. size: S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expression should never throw an exception but return null in case of failure
2 participants